func math/big.msb32
3 uses
math/big (current package)
float.go#L695: func msb32(x nat) uint32 {
float.go#L928: mant = msb32(r.mant) >> uint(fbits-p)
float.go#L932: mant = msb32(r.mant) >> ebits & (1<<mbits - 1) // cut off msb (implicit 1 bit)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)